docs: add note for schedule update command#945
Conversation
fe0749a to
bc7c4a8
Compare
| change. To view the current configuration of a Schedule, use | ||
| `temporal schedule describe` before updating. | ||
|
|
||
| Schedule memo and search attributes cannot be updated with this |
There was a problem hiding this comment.
This is wrong: search attributes can be updated with update. Currently memo can't, but there's an open feature request for that.
There was a problem hiding this comment.
I didn't see this comment before merging. This line could probably be a bit more clear.
From my understanding, search attributes for the schedule itself can not be modified with this command. BUT the server does support this.
This command does allow you to update the search attributes for the workflows.
There was a problem hiding this comment.
FWIW, the cli should support updating schedule search attributes and there's been requests to have 'patch' like behavior.
There was a problem hiding this comment.
You're right, support for updating schedule SAs was was never added to CLI, only to SDKs. It should be easy to add though since it's supported in Go SDK

What was changed
Why?
The current documentation makes it sound like users can get away with only supplying the parts they want to update. We should be specific that they need to provide the full options and any unprovided option will be reset to default
Checklist
Closes EDU-5878
How was this tested:
N/A. Docs change only.
N/A